From 64b1618ef8a9761336b1ed24f40565e250dbb34b Mon Sep 17 00:00:00 2001 From: Maximilian Engelhardt Date: Wed, 9 Dec 2020 23:45:13 +0100 Subject: [PATCH] d/xen-hypervisor-V.*: clean up unused files These files are unused identical copies of the -V-F. files. Signed-off-by: Maximilian Engelhardt [Hans van Kranenburg: split submitted patch in two] Signed-off-by: Hans van Kranenburg --- debian/xen-hypervisor-V.postinst.vsn-in | 23 ----------------------- debian/xen-hypervisor-V.postrm.vsn-in | 23 ----------------------- 2 files changed, 46 deletions(-) delete mode 100644 debian/xen-hypervisor-V.postinst.vsn-in delete mode 100644 debian/xen-hypervisor-V.postrm.vsn-in diff --git a/debian/xen-hypervisor-V.postinst.vsn-in b/debian/xen-hypervisor-V.postinst.vsn-in deleted file mode 100644 index 1540842eec..0000000000 --- a/debian/xen-hypervisor-V.postinst.vsn-in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash - -set -e - -case "$1" in - configure) - if command -v update-grub > /dev/null && [ -d /boot/grub ]; then - update-grub || : - fi - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -#DEBHELPER# - -exit 0 diff --git a/debian/xen-hypervisor-V.postrm.vsn-in b/debian/xen-hypervisor-V.postrm.vsn-in deleted file mode 100644 index 4833411ab6..0000000000 --- a/debian/xen-hypervisor-V.postrm.vsn-in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash - -set -e - -case "$1" in - remove) - if command -v update-grub > /dev/null && [ -d /boot/grub ]; then - update-grub || : - fi - ;; - - purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - ;; - - *) - echo "postrm called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -#DEBHELPER# - -exit 0 -- 2.30.2